-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] upgrade actions/checkout to v2.4.0 #4763
Conversation
/gha run r-solaris Workflow Solaris CRAN check has been triggered! 🚀 solaris-x86-patched: https://builder.r-hub.io/status/lightgbm_3.3.1.99.tar.gz-9b734af66be2457db65e441b78a6f708 |
/gha run r-valgrind Workflow R valgrind tests has been triggered! 🚀 Status: success ✔️. |
hmmm, I guess this must be the reason CUDA builds were still on
https://github.com/microsoft/LightGBM/runs/4086585308?check_suite_focus=true I'll revert the changes to those jobs in this PR. |
We cannot use |
ah ok, thanks! I wasn't able to find that from search but I had a feeling there must be a specific reason I'd forgotten. |
Linking #3763. |
Just a note: it is OK that solaris and valgrind checks are still using
That happens because ChatOps CI jobs are pulling GitHub Actions Workflow configuration file from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updating all occurrences!
Ha right right! I keep forgetting that, sorry. |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
This project's CI jobs running on GitHub Actions use the
actions/checkout
action to clone the repo at the beginning of builds. Most jobs in the repo are currently using v2.3.4 of this action (CUDA jobs are using v1).This PR proposes upgrading all jobs to v2.4.0, the newest release of that action. Just to keep up with changes there and take advantage of small bugfixes.
See https://github.com/actions/checkout/releases for details on the newest releases of this action.